projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb166f
)
(menu-bar-help-menu): Add item for report-emacs-bug.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 04:17:42 +0000
(
04:17
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 28 Apr 1994 04:17:42 +0000
(
04:17
+0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index c4882f28c8a7f4ed3b68dbd14800139c9ccce38e..de653f8a65f376880d3939c3805e4b76b2423fe3 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-134,6
+134,8
@@
\f
(define-key menu-bar-help-menu [emacs-version]
'("Show Version" . emacs-version))
+(define-key menu-bar-help-menu [report-emacs-bug]
+ '("Send Bug Report" . report-emacs-bug))
(define-key menu-bar-help-menu [emacs-tutorial]
'("Emacs Tutorial" . help-with-tutorial))
(define-key menu-bar-help-menu [man] '("Man..." . manual-entry))